home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 1.2 KB | 29 lines | [TEXT/MPS ] |
- //=======================================================================================
- //
- // Utils.h - Header file for Utils.c
- //
- // Written by Bryan K. Ressler (Beaker), 2/4/92
- //
- // Version 1.00, 2/4/92 Original version
- // 1.10, 4/11/92 Integrate final Sound Helper, clean up
- //
- //=======================================================================================
-
- //=======================================================================================
- // Includes
- //=======================================================================================
- #include "Std.h"
-
- //=======================================================================================
- // Public prototypes
- //=======================================================================================
- void UseCursor(short cursID);
- void InvalItem(DialogPtr theDialog,short itemNum);
- void SetValue(DialogPtr theDialog,short itemNum,short value);
- void ErrorAlert(short strNum);
- void ErrorExtra(short strNum, short err);
- void UserItem(DialogPtr theDialog, short itemNum,
- pascal void (*theProc)(WindowPtr theWindow, short itemNum));
- void EnCtrl(DialogPtr theDialog,short itemNum);
- void DisCtrl(DialogPtr theDialog,short itemNum);
-